home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / chemistr / crystalt.cpt / CrystalTutor Demo / card_45523.txt < prev    next >
Encoding:
Text File  |  1992-01-31  |  1.9 KB  |  88 lines

  1. -- card: 45523 from stack: in
  2. -- bmap block id: 45619
  3. -- flags: 0000
  4. -- background id: 2808
  5. -- name: lat11
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=127 top=204 right=290 bottom=480
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 256
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: A003
  25. -- rect: left=366 top=297 right=319 bottom=466
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Continue
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to card "lat12"
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: A003
  44. -- rect: left=44 top=297 right=319 bottom=144
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Go Back
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   go to card "latintro"
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 4 (button)
  61. -- low flags: 00
  62. -- high flags: A003
  63. -- rect: left=182 top=297 right=318 bottom=328
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Replay Animation
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   put 2 into variable
  75.   repeat 10
  76.     put "lat" & variable into animation
  77.     go to card animation
  78.     wait 60
  79.     add 1 to variable
  80.   end repeat
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part contents for card part 1
  86. ----- text -----
  87. This set of points is called a net. 
  88. It represents the regularity of the original tiling without displaying the individual tiles. The original structure could be re-created by placing a tile at each point.